home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TDRAGFORM / TDRAGFORM.txt
Text File  |  2005-03-06  |  6KB  |  313 lines

  1. object DragForm: TDragForm
  2.   Left = 552
  3.   Top = 130
  4.   BorderStyle = bsDialog
  5.   Caption = 'Drag and Drop'
  6.   ClientHeight = 463
  7.   ClientWidth = 342
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 233
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'Label1'
  26.     ParentShowHint = False
  27.     ShowAccelChar = False
  28.     ShowHint = True
  29.   end
  30.   object Label3: TLabel
  31.     Left = 8
  32.     Top = 96
  33.     Width = 233
  34.     Height = 13
  35.     AutoSize = False
  36.     Caption = '&Action:'
  37.     FocusControl = ComboBox1
  38.   end
  39.   object Label4: TLabel
  40.     Left = 8
  41.     Top = 136
  42.     Width = 233
  43.     Height = 13
  44.     AutoSize = False
  45.     Caption = 'C&ompression:'
  46.     FocusControl = ComboBox2
  47.   end
  48.   object Label8: TLabel
  49.     Left = 7
  50.     Top = 339
  51.     Width = 34
  52.     Height = 13
  53.     Alignment = taRightJustify
  54.     Caption = 'Profile:'
  55.   end
  56.   object Label9: TLabel
  57.     Left = 252
  58.     Top = 386
  59.     Width = 74
  60.     Height = 13
  61.     Caption = 'ZIP Encryption:'
  62.   end
  63.   object GroupBox1: TGroupBox
  64.     Left = 8
  65.     Top = 24
  66.     Width = 233
  67.     Height = 65
  68.     TabOrder = 0
  69.     object Label2: TLabel
  70.       Left = 8
  71.       Top = 16
  72.       Width = 217
  73.       Height = 13
  74.       AutoSize = False
  75.       Caption = 'A&dd to archive:'
  76.     end
  77.     object edit1: TTntLabel
  78.       Left = 8
  79.       Top = 40
  80.       Width = 217
  81.       Height = 13
  82.       AutoSize = False
  83.       Caption = 'edit1'
  84.       ShowAccelChar = False
  85.     end
  86.   end
  87.   object ComboBox1: TComboBox
  88.     Left = 8
  89.     Top = 112
  90.     Width = 233
  91.     Height = 21
  92.     Style = csDropDownList
  93.     ItemHeight = 13
  94.     TabOrder = 1
  95.     Items.Strings = (
  96.       'Add (and replace) files'
  97.       'Freshen existing files'
  98.       'Move files'
  99.       'Update (and add) files')
  100.   end
  101.   object ComboBox2: TComboBox
  102.     Left = 8
  103.     Top = 152
  104.     Width = 233
  105.     Height = 21
  106.     Style = csDropDownList
  107.     ItemHeight = 13
  108.     TabOrder = 2
  109.     Items.Strings = (
  110.       'Maximum (slowest)'
  111.       'Normal'
  112.       'Fast'
  113.       'Super fast'
  114.       'None')
  115.   end
  116.   object GroupBox3: TGroupBox
  117.     Left = 8
  118.     Top = 184
  119.     Width = 233
  120.     Height = 145
  121.     TabOrder = 3
  122.     object CheckBox1: TCheckBox
  123.       Left = 8
  124.       Top = 12
  125.       Width = 217
  126.       Height = 17
  127.       Caption = 'Save &full folder information'
  128.       TabOrder = 0
  129.     end
  130.     object IncSystemHidden: TCheckBox
  131.       Left = 8
  132.       Top = 34
  133.       Width = 217
  134.       Height = 17
  135.       Caption = 'Include &system and hidden files'
  136.       TabOrder = 1
  137.     end
  138.     object CheckBox4: TCheckBox
  139.       Left = 7
  140.       Top = 77
  141.       Width = 218
  142.       Height = 17
  143.       Caption = 'Make large ZIP file (over &4 GB)'
  144.       TabOrder = 3
  145.     end
  146.     object CheckBox3: TCheckBox
  147.       Left = 7
  148.       Top = 55
  149.       Width = 218
  150.       Height = 17
  151.       Caption = 'Write &directly into ZIP '
  152.       TabOrder = 2
  153.     end
  154.     object ElCheckBox1: TCheckBox
  155.       Left = 7
  156.       Top = 99
  157.       Width = 218
  158.       Height = 17
  159.       Caption = 'Use Deflate&64 compression'
  160.       TabOrder = 4
  161.     end
  162.     object CheckBox2: TCheckBox
  163.       Left = 7
  164.       Top = 120
  165.       Width = 218
  166.       Height = 17
  167.       Caption = 'Create Solid Archive'
  168.       TabOrder = 5
  169.     end
  170.   end
  171.   object GroupBox4: TGroupBox
  172.     Left = 8
  173.     Top = 359
  174.     Width = 233
  175.     Height = 98
  176.     Caption = ' &Multiple disk s&panning '
  177.     TabOrder = 5
  178.     object Label5: TLabel
  179.       Left = 9
  180.       Top = 45
  181.       Width = 87
  182.       Height = 13
  183.       Caption = 'Ma&x. Volume Size:'
  184.       FocusControl = Edit971
  185.     end
  186.     object Label7: TLabel
  187.       Left = 191
  188.       Top = 47
  189.       Width = 32
  190.       Height = 13
  191.       Caption = 'kbytes'
  192.     end
  193.     object Label6: TLabel
  194.       Left = 9
  195.       Top = 73
  196.       Width = 30
  197.       Height = 13
  198.       Caption = '&Mode:'
  199.       FocusControl = ComboBox4
  200.       Transparent = True
  201.     end
  202.     object Edit971: TEdit
  203.       Left = 104
  204.       Top = 42
  205.       Width = 81
  206.       Height = 21
  207.       TabOrder = 0
  208.       Text = '1440'
  209.     end
  210.     object Combobox3: TComboBox
  211.       Left = 8
  212.       Top = 16
  213.       Width = 217
  214.       Height = 21
  215.       Style = csDropDownList
  216.       ItemHeight = 13
  217.       TabOrder = 1
  218.       OnChange = ComboBox3Change
  219.       Items.Strings = (
  220.         'Automatic'
  221.         '1.2 MB'
  222.         '1.4 MB'
  223.         '2.8 MB'
  224.         'Zip 100 Disk (100 MB)'
  225.         'Zip 200 Disk (200 MB)'
  226.         'CD-ROM (650 MB)'
  227.         'CD-ROM (700 MB)'
  228.         'Custom'
  229.         'No spanning...')
  230.     end
  231.     object ComboBox4: TComboBox
  232.       Left = 104
  233.       Top = 67
  234.       Width = 120
  235.       Height = 21
  236.       Style = csDropDownList
  237.       ItemHeight = 13
  238.       TabOrder = 2
  239.       Items.Strings = (
  240.         'PkZip 4.5 Compatible'
  241.         'PkZip/PA 7.0 Compatible'
  242.         'PA (<=6.1x) Compatible')
  243.     end
  244.   end
  245.   object Button1: TButton
  246.     Left = 248
  247.     Top = 8
  248.     Width = 89
  249.     Height = 25
  250.     Caption = 'OK'
  251.     Default = True
  252.     TabOrder = 6
  253.     OnClick = Button1Click
  254.   end
  255.   object Button2: TButton
  256.     Left = 248
  257.     Top = 40
  258.     Width = 89
  259.     Height = 25
  260.     Caption = '&Cancel'
  261.     TabOrder = 7
  262.     OnClick = Button2Click
  263.   end
  264.   object HelpButt: TButton
  265.     Left = 248
  266.     Top = 72
  267.     Width = 89
  268.     Height = 25
  269.     Caption = '&Help'
  270.     TabOrder = 8
  271.     OnClick = HelpButtClick
  272.   end
  273.   object CorelButton1: TButton
  274.     Left = 248
  275.     Top = 430
  276.     Width = 89
  277.     Height = 25
  278.     Caption = '&Password'
  279.     TabOrder = 9
  280.     OnClick = CorelButton1Click
  281.   end
  282.   object ComboBox6: TComboBox
  283.     Left = 48
  284.     Top = 334
  285.     Width = 194
  286.     Height = 21
  287.     Style = csDropDownList
  288.     ItemHeight = 13
  289.     TabOrder = 4
  290.     OnChange = ComboBox6Change
  291.   end
  292.   object ComboBox5: TComboBox
  293.     Left = 248
  294.     Top = 400
  295.     Width = 89
  296.     Height = 21
  297.     Style = csDropDownList
  298.     ItemHeight = 13
  299.     TabOrder = 10
  300.     OnChange = ComboBox5Change
  301.     Items.Strings = (
  302.       'Disabled'
  303.       'PK v2.04g'
  304.       'PK AES-128 bits'
  305.       'PK AES-192 bits'
  306.       'PK AES-256 bits')
  307.   end
  308.   object NewBox: TOpenDialog
  309.     Left = 14
  310.     Top = 80
  311.   end
  312. end
  313.